drag: add missing introspection annotations
authorRay Strode <rstrode@redhat.com>
Tue, 5 Aug 2014 14:22:03 +0000 (10:22 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 6 Aug 2014 14:14:47 +0000 (10:14 -0400)
commit08b17ab344ad875117efb3a71833ba84df46a9fc
treee995ffb3488227ef1a0b2e5047f841943026a26e
parente03b6bdfeccb2ba2ffcde1168d681331e91f4a53
drag: add missing introspection annotations

gtk_gesture_drag_get_start_point and gtk_gesture_drag_get_offset
have out args that need to be annotated.

This commit adds the (out) and (nullable) annotations as appropriate.

https://bugzilla.gnome.org/show_bug.cgi?id=734292
gtk/gtkgesturedrag.c